withMutableType
Returns a list of declarations with mutable types.
A mutable type is considered any type whose name starts with "Mutable", such as MutableList, MutableStateFlow, MutableLiveData, etc.
Return
A list of declarations that have a mutable type.